Fixing bash command
continuous-integration/drone/push Build is passing Details

main
Félix MIELCAREK 11 months ago
parent 89309019ce
commit ef7de0646a

@ -7,7 +7,7 @@ COPY callback-server/package*.json ./callback-server/
RUN npm install ./callback-server
COPY callback-server ./callback-server/
RUN env | awk -F= '{print $1 "=" $1}' > .env
RUN env > .env
# Expose the port the app runs on
EXPOSE 80

Loading…
Cancel
Save