Skip to content

Commit

Permalink
Uncomment docker file.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlon committed Dec 17, 2024
1 parent d22aebb commit 06c3e97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ USER acait
ADD --chown=acait:acait . /app/
ADD --chown=acait:acait docker/ /app/project/

# ADD --chown=acait:acait docker/app_start.sh /scripts
# RUN chmod u+x /scripts/app_start.sh

RUN /app/bin/pip install -r requirements.txt
RUN /app/bin/pip install psycopg2

ADD --chown=acait:acait docker/app_start.sh /scripts
RUN chmod u+x /scripts/app_start.sh

# latest node + ubuntu
FROM node:20 AS node-base
FROM ubuntu:22.04 AS node-bundler
Expand Down

0 comments on commit 06c3e97

Please # to comment.