Clean up dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominic Grimm 2022-08-02 21:18:30 +02:00
parent 5ebb7e02a7
commit 23a094c36e

View file

@ -20,4 +20,3 @@ COPY --from=builder /src/vite.config.js .
EXPOSE 8080 EXPOSE 8080
CMD [ "yarn", "preview", "--host", "--port", "8080" ] CMD [ "yarn", "preview", "--host", "--port", "8080" ]
# CMD [ "env" ]