Updated Dockerfile

This commit is contained in:
Mawoka
2022-08-04 11:36:30 +02:00
parent 7d19d66b05
commit 02d79f3326
+1 -1
View File
@@ -1,6 +1,6 @@
### Build Step
# pull the Node.js Docker image
FROM node:17.8-bullseye as builder
FROM node:18.5-bullseye as builder
# ENV API_URL=http://api:80
ENV API_URL=https://mawoka.eu
#Ah, I've noticed that!!!