Skip to content
Snippets Groups Projects
Commit 9b84e4d9 authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Remove not used file

parent 8fdca7cc
No related branches found
No related tags found
2 merge requests!421Merge main into develop,!420Refactor CI
Pipeline #169455 passed
FROM node:alpine
MAINTAINER John Sparger
RUN npm install -g serve
EXPOSE 80
COPY . /work
WORKDIR /work
RUN /usr/bin/env ls -a
RUN npm install .
RUN npm run build
CMD node /usr/local/lib/node_modules/serve/bin/serve -s -l 80 ./build
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment