Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tomektom authored Nov 20, 2024
1 parent b61bea7 commit 0b472af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:22-alpine as builder

ARG VITE_APP_WS_SERVER_URL=http://room:8888/

WORKDIR /app
COPY . .

Expand All @@ -11,4 +13,4 @@ RUN pnpm build
FROM nginx
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY --from=builder /app/dist /var/www/html
EXPOSE 80
EXPOSE 80

0 comments on commit 0b472af

Please sign in to comment.