Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy authored Jan 23, 2024
1 parent 2bd9882 commit 2aacd8f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM busybox:musl
FROM node:12-alpine
RUN adduser -S nop-guide
USER nop-guide
RUN mkdir /home/nop-guide/nop-guide
WORKDIR /home/nop-guide/nop-guide
COPY --chown=nop-guide:root dist .
COPY httpd.conf .
CMD busybox httpd -f -p 3000 -u nop-guide
COPY --chown=nop-guide:root . .
RUN mv config.sample.yml config.yml

0 comments on commit 2aacd8f

Please sign in to comment.