Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Headscracher committed Aug 30, 2024
1 parent aa813a2 commit 9e42130
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ RUN ls -la /app/docker
# Set working directory
WORKDIR /app

RUN npm install -g pnpm

# Install dependencies and build the project
RUN npm install
RUN npx gulp deploy
RUN pnpm install
RUN pnpx gulp deploy

# Move the built files to the appropriate location
RUN mv /app/tmp/* /usr/share/nginx/html/
Expand Down

0 comments on commit 9e42130

Please sign in to comment.