Skip to content

Commit

Permalink
Hotfix: Change cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
saeyeonn committed May 28, 2024
1 parent d7d44bb commit da67d60
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions pure_plate/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,3 @@ CMD gunicorn --bind 0.0.0.0:8000 pure_plate.wsgi:application
# Expose the port the app runs on
EXPOSE 8000

# FROM python:3.9.6

# WORKDIR /pure_plate

# COPY . /pure_plate/.

# COPY requirements.txt /pure_plate/

# #Dependencies setting
# RUN pip install --no-cache-dir -r requirements.txt
# # RUN apt-get update && apt-get install -y nginx

# ENV DJANGO_SETTINGS_MODULE=pure_plate.settings
# ENV PYTHONUNBUFFERED 1

# # COPY nginx.conf /etc/nginx/sites-available/default
# # RUN rm -f /etc/nginx/sites-enabled/default && ln -s /etc/nginx/sites-available/default /etc/nginx/sites-enabled
# # RUN python manage.py collectstatic --noinput

# CMD gunicorn --bind 0.0.0.0:8000 pure_/pure_plate/wsgi:application

# EXPOSE 80

0 comments on commit da67d60

Please sign in to comment.