Skip to content

Commit

Permalink
add comment in file-server/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ballPointPenguin committed Oct 8, 2024
1 parent 86ba48f commit 96d735f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions file-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Test this Dockerfile build with:
# (from the polis root directory)
# docker build -t polis-file-server:dev -f file-server/Dockerfile .
# docker run --name file-server --env PORT=8080 -p 8080:8080 polis-file-server:dev

######################## POLIS CLIENT ADMIN ########################
#FROM client-base AS client-admin # <- switch back to basing on client admin once we upgrade other clients
FROM docker.io/node:18-alpine AS client-admin
Expand Down

0 comments on commit 96d735f

Please sign in to comment.