Updated dockerfiles with comment

This commit is contained in:
Kasra Bigdeli
2020-07-04 10:16:09 -04:00
parent dc271584b1
commit ff3d124f96
4 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# FROM node:14-alpine
# Uncomment the line above if you want to use a Dockerfile instead of templateId
RUN apk update && apk upgrade && \ RUN apk update && apk upgrade && \
apk add --no-cache git apk add --no-cache git
RUN mkdir -p /usr/src/app RUN mkdir -p /usr/src/app

View File

@@ -1,2 +1,4 @@
# FROM php:7.3-apache
# Uncomment the line above if you want to use a Dockerfile instead of templateId
COPY ./ /var/www/html/ COPY ./ /var/www/html/
# COPY config/php.ini /usr/local/etc/php/

View File

@@ -1,3 +1,7 @@
# FROM python:3.8.3-alpine
# Uncomment the line above if you want to use a Dockerfile instead of templateId
RUN apk update && apk upgrade && \ RUN apk update && apk upgrade && \
apk add --no-cache make g++ bash git openssh postgresql-dev curl apk add --no-cache make g++ bash git openssh postgresql-dev curl

View File

@@ -1,3 +1,7 @@
# FROM ruby:2.7.1-alpine
# Uncomment the line above if you want to use a Dockerfile instead of templateId
RUN apk update && apk upgrade && \ RUN apk update && apk upgrade && \
apk add --no-cache make g++ git postgresql-dev apk add --no-cache make g++ git postgresql-dev