mirror of
https://github.com/JustKato/FreePad.git
synced 2026-04-11 14:18:47 +03:00
Started working on V2 rework
This commit is contained in:
15
Dockerfile
15
Dockerfile
@@ -1,15 +0,0 @@
|
||||
FROM alpine
|
||||
|
||||
LABEL version="1.5.1"
|
||||
|
||||
# Copy the distribution files
|
||||
COPY ./dist /app
|
||||
|
||||
# Make /app the work directory
|
||||
WORKDIR /app
|
||||
|
||||
# Expose the listening port
|
||||
EXPOSE 8080
|
||||
|
||||
# Run the program
|
||||
ENTRYPOINT ["./freepad"]
|
||||
Reference in New Issue
Block a user