Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "(container) create dockerfile"

Open Christophe Chaudier requested to merge 3-container-create-dockerfile into master
+ 0
4
@@ -12,10 +12,6 @@ COPY . .
RUN yarn build
# Clearing NPM cache
# RUN npm cache clean --force && \
# rm -rf ~/.cache/
# --------[ PROD image ]--------
FROM node:14.15.4-alpine3.11 as prod
Loading