Skip to content

Commit fdb09f7

Browse files
author
Eduardo
committed
fix: remove pre-build command
1 parent f9190a4 commit fdb09f7

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN npm install
3535
COPY . .
3636

3737
# Build the NestJS application
38-
RUN npm run prebuild
38+
# RUN npm run prebuild
3939
RUN npm run build
4040

4141
# Expose the port that your NestJS app runs on

docker-compose.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)