Skip to content

Commit

Permalink
remove unnecessary part related to arg
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp committed Jan 22, 2024
1 parent 881d1e1 commit e92e3bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/schematic/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM tiangolo/uwsgi-nginx-flask:python3.10

# add version tag as a build argument
ARG TAG

# add label
LABEL maintainer="Milen Nikolov, Andrew Lamb, Mialy DeFelice, Gianna Jordan, Lingling Peng"

Expand All @@ -26,6 +23,9 @@ ENV PYTHONFAULTHANDLER=1 \

# run open ssl and generate certificate
RUN apt update && \
&& apt-get -y autoclean \
&& apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/* \
apt-get install openssl && \
openssl req -x509 -nodes -days 365 \
-subj "/C=CA/ST=QC/O=Company" \
Expand Down

0 comments on commit e92e3bb

Please sign in to comment.