Skip to content

Commit

Permalink
build: Remove references to serve.py from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Aug 4, 2023
1 parent 2a49d80 commit 9dfeecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
tar zxf mmark_*.tgz -C /bin/ && \
rm mmark_*.tgz

COPY Gemfile Gemfile.lock LICENSE README.md api.yml constraints.txt package-lock.json package.json requirements.txt serve.py .
COPY Gemfile Gemfile.lock LICENSE README.md api.yml constraints.txt package-lock.json package.json requirements.txt .
COPY at ./at

# Install JavaScript dependencies
Expand Down

0 comments on commit 9dfeecb

Please sign in to comment.