Skip to content

Commit

Permalink
remove ls
Browse files Browse the repository at this point in the history
  • Loading branch information
pluja committed Aug 29, 2023
1 parent 7d71813 commit 4e665ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ WORKDIR /app
COPY . .
RUN npm install && \
npx tailwindcss -o ./style.css --minify
RUN ls -al

# Start from a complete image
FROM alpine:latest as certs
Expand All @@ -37,7 +36,6 @@ COPY templates templates
COPY static static

COPY --from=node /app/style.css ./static/css/style.css
RUN ls -al /app/static/css/

EXPOSE 3000
CMD ["/app/blogo", "-path", "/app"]

0 comments on commit 4e665ce

Please sign in to comment.