Skip to content

Commit

Permalink
Bug in site-server docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoschkin committed Jan 20, 2025
1 parent 7899b9d commit 001d4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multidocker/contexts/site-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM datacore/pm2-discord as development
RUN apk add python3 build-base sqlite
RUN apt-get install -y python3 sqlite
RUN mkdir /app
WORKDIR /app
COPY --from=source package.json package-lock.json ./
Expand Down

0 comments on commit 001d4cf

Please sign in to comment.