Merge branch 'develop'

pull/142/MERGE
13621160019@163.com 2022-04-04 19:09:04 +08:00
commit 23cdb1f5b3
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
FROM nginx:latest
RUN apt update && apt install -y nano
RUN apt update && apt install -y nano telnet
# remove the default config
RUN rm /etc/nginx/conf.d/default.conf && \

View File

@ -1,6 +1,6 @@
FROM python:slim
RUN apt update && apt install -y nano
RUN apt update && apt install -y nano telnet
WORKDIR /code
COPY . /code

View File

@ -1,6 +1,6 @@
FROM python:slim
# RUN apt update && apt install -y nano
RUN apt update && apt install -y nano telnet
# todo: share upload folder with admin container on Docker
RUN mkdir -p /var/www/myems-admin/upload

View File

@ -1,6 +1,6 @@
FROM python:slim
RUN apt update && apt install -y nano
RUN apt update && apt install -y nano telnet
WORKDIR /code
COPY . /code

View File

@ -1,6 +1,6 @@
FROM python:slim
RUN apt update && apt install -y nano
RUN apt update && apt install -y nano telnet
WORKDIR /code
COPY . /code

View File

@ -1,6 +1,6 @@
FROM python:slim
RUN apt update && apt install -y nano
RUN apt update && apt install -y nano telnet
WORKDIR /code
COPY . /code

View File

@ -7,7 +7,7 @@ RUN npm run build
FROM nginx:latest as production-stage
RUN apt update && apt install -y nano
RUN apt update && apt install -y nano telnet
# remove the default config
RUN rm /etc/nginx/conf.d/default.conf && rm /etc/nginx/nginx.conf