1
0
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:
monsterkrampe 2023-04-14 15:44:15 +02:00
parent 0fc75c8456
commit c8ab6db93d
No known key found for this signature in database
GPG Key ID: B8ADC1F5A5CE5057

View File

@ -1,5 +1,5 @@
# 1. BUILD-CONTAINER: Frontend
FROM node:gallium-alpine
FROM node:hydrogen-alpine
WORKDIR /root
@ -30,5 +30,7 @@ WORKDIR /root
COPY --from=0 /root/dist /root/assets
COPY --from=1 /root/target/release/adf-bdd-server /root/server
EXPOSE 8080
ENTRYPOINT ["./server"]