Merge branch 'master' into 'production'
Path fix See merge request sahkoinsinoorikilta/vtmk/web2.0-frontend!7
This commit is contained in:
+1
-1
@@ -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", "/"]
|
||||||
|
|||||||
Reference in New Issue
Block a user