forked from noxious/client
maybe now
This commit is contained in:
parent
faf9b7c1c6
commit
b0ebaafc3b
@ -21,7 +21,7 @@ RUN npm run build-ntc
|
|||||||
FROM nginx:stable-alpine as production-stage
|
FROM nginx:stable-alpine as production-stage
|
||||||
|
|
||||||
# Copy built assets from build-stage
|
# Copy built assets from build-stage
|
||||||
COPY --from=build-stage /usr/src/app/dist /usr/share/nginx/html
|
COPY --from=build-stage /usr/src/app/dist /var/www/html
|
||||||
|
|
||||||
# Expose port 80
|
# Expose port 80
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
Loading…
x
Reference in New Issue
Block a user