Skip to content
Snippets Groups Projects

Game replay

Merged Ghost User requested to merge game-replay into development
2 files
+ 11
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -10,5 +10,6 @@ RUN npm run build
@@ -10,5 +10,6 @@ RUN npm run build
# production environment
# production environment
FROM nginx:1.16.0-alpine
FROM nginx:1.16.0-alpine
COPY --from=build /usr/src/app/build /usr/share/nginx/html
COPY --from=build /usr/src/app/build /usr/share/nginx/html
 
COPY default.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]
Loading