add website.
Some checks failed
internetmastercz/test/pipeline/head There was a failure building this commit
Some checks failed
internetmastercz/test/pipeline/head There was a failure building this commit
This commit is contained in:
14
Dockerfile
14
Dockerfile
@@ -1 +1,13 @@
|
||||
FROM node:14-alpine
|
||||
FROM hayd/alpine-deno:1.3.1
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
USER deno
|
||||
|
||||
COPY --chown=deno . .
|
||||
|
||||
RUN deno cache --unstable app.ts
|
||||
|
||||
CMD ["run", "--allow-net=0.0.0.0:8000", "--allow-read=less,public/assets", "--allow-write=public/assets/css", "app.ts"]
|
||||
|
||||
Reference in New Issue
Block a user