Skip to content

Commit

Permalink
fixed outdated docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
erikpersson0884 committed May 20, 2024
1 parent 44ec7d9 commit e8b4e20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fikit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
uses: docker/build-push-action@v4.0.0
with:
push: ${{ github.ref == 'refs/heads/main' }}
tags: ghcr.io/erikpersson0884/fikit:latest
tags: ghcr.io/cthit/fikit:latest
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
fikit:
image: ghcr.io/erikpersson0884/fikit:latest
image: ghcr.io/cthit/fikit:latest
ports:
- 3000:3000
volumes:
Expand Down
3 changes: 0 additions & 3 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ FROM node:lts-slim
WORKDIR /app
COPY . .
RUN npm install
RUN touch data/adminKeys.json
RUN touch data/patetos.json
RUN touch data/posts.json
CMD node server.js

0 comments on commit e8b4e20

Please sign in to comment.