mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 22:07:10 +00:00
fixed typoooooos
This commit is contained in:
@@ -24,6 +24,6 @@ FROM docker.io/nginx:latest
|
||||
|
||||
COPY --from=builder /app/static /usr/share/nginx/html
|
||||
|
||||
COPY ../checker/checher_requirements.txt .
|
||||
COPY ../checker/checker_requirements.txt .
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
||||
@@ -11,9 +11,4 @@ COPY checker_requirements.txt .
|
||||
|
||||
RUN pip install --no-cache-dir -r checker_requirements.txt
|
||||
|
||||
RUN useradd -m appuser && chown -R appuser /app
|
||||
USER appuser
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
CMD ["python"]
|
||||
|
||||
Reference in New Issue
Block a user