mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-20 09:39:38 +01:00
Update Dockerfile
This commit is contained in:
parent
0fc75c8456
commit
c8ab6db93d
@ -1,5 +1,5 @@
|
|||||||
# 1. BUILD-CONTAINER: Frontend
|
# 1. BUILD-CONTAINER: Frontend
|
||||||
FROM node:gallium-alpine
|
FROM node:hydrogen-alpine
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
@ -30,5 +30,7 @@ WORKDIR /root
|
|||||||
COPY --from=0 /root/dist /root/assets
|
COPY --from=0 /root/dist /root/assets
|
||||||
COPY --from=1 /root/target/release/adf-bdd-server /root/server
|
COPY --from=1 /root/target/release/adf-bdd-server /root/server
|
||||||
|
|
||||||
|
EXPOSE 8080
|
||||||
|
|
||||||
ENTRYPOINT ["./server"]
|
ENTRYPOINT ["./server"]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user