Skip to content

Commit d9e059f

Browse files
committed
Push to dockerhub
Changes to be committed: modified: Dockerfile deleted: apitests.py deleted: apitests_new.py deleted: bco_api/static/img/android-chrome-192x192.png deleted: bco_api/static/img/android-chrome-512x512.png deleted: bco_api/static/img/apple-touch-icon.png deleted: bco_api/static/img/favicon-16x16.png deleted: bco_api/static/img/favicon-32x32.png deleted: bco_api/static/img/favicon.ico deleted: cag.sh deleted: curl_fetch.txt modified: docker-compose.yml
1 parent 2e08680 commit d9e059f

File tree

12 files changed

+9
-2081
lines changed

12 files changed

+9
-2081
lines changed

Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ LABEL org.opencontainers.image.source https://github.com/biocompute-objects/bco_
33
ENV DEBIAN_FRONTEND=noninteractive
44

55
# Note that this is just for debug / test purposes; should not be set via the setup for production
6-
ENV DJANGO_SUPERUSER_PASSWORD="BioCompute123"
7-
ENV DJANGO_SUPERUSER_USERNAME="BioComputeSuperUser"
8-
ENV DJANGO_SUPERUSER_EMAIL="[email protected]"
6+
# ENV DJANGO_SUPERUSER_PASSWORD="BioCompute123"
7+
# ENV DJANGO_SUPERUSER_USERNAME="BioComputeSuperUser"
8+
# ENV DJANGO_SUPERUSER_EMAIL="[email protected]"
99

1010
RUN apt-get -qq update && apt-get install -y python3.9 python3-dev python3-pip
1111

@@ -17,10 +17,7 @@ COPY requirements.txt .
1717

1818
RUN python3 -m pip install -r requirements.txt
1919

20-
# COPY admin_only ./admin_only
2120
COPY bco_api ./bco_api
22-
#COPY static ./static
23-
# COPY docs ./docs
2421

2522
WORKDIR /biocompute_api/bco_api
2623

0 commit comments

Comments
 (0)