Merge branch 'master' into 'production'

Path fix

See merge request sahkoinsinoorikilta/vtmk/web2.0-frontend!7
This commit is contained in:
Aarni Halinen
2019-12-18 15:01:30 +00:00
+1 -1
View File
@@ -11,5 +11,5 @@ CMD npm run build
FROM fnichol/uhttpd AS server FROM fnichol/uhttpd AS server
EXPOSE 3000 EXPOSE 3000
COPY --from=builder /app/build /www COPY --from=builder /app/dist /www
ENTRYPOINT ["/usr/sbin/run_uhttpd", "-f", "-p", "3000", "-h", "/www", "-E", "/"] ENTRYPOINT ["/usr/sbin/run_uhttpd", "-f", "-p", "3000", "-h", "/www", "-E", "/"]