Skip to content

Commit af713de

Browse files
committed
chore: update Dockerfile to use npm run build instead of npm run build:docker
1 parent ee9ccb5 commit af713de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN echo "DOCKER_ENV=true" > .env && \
4343
RUN ./Docker/scripts/generate_database.sh
4444

4545
# Build do projeto
46-
RUN npm run build:docker
46+
RUN npm run build
4747

4848
# Remove devDependencies para reduzir tamanho
4949
RUN npm prune --production

0 commit comments

Comments
 (0)