Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GoliathLabs authored Mar 14, 2024
1 parent 9dd8d7d commit 7bd863a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update && \
apt-get install -y python3
WORKDIR /code
COPY . ./
RUN npm ci --no-audit --prefer-offline
RUN npm install
RUN npm run build

FROM nginx:1.25.4-alpine
Expand Down

0 comments on commit 7bd863a

Please sign in to comment.