mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 03:19:32 +00:00
God damn, not apt but apk
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM node:18-alpine3.15
|
FROM node:18-alpine3.15
|
||||||
LABEL org.opencontainers.image.source https://github.com/kevinmidboe/seasoned
|
LABEL org.opencontainers.image.source https://github.com/kevinmidboe/seasoned
|
||||||
|
|
||||||
RUN apk update && apk add curl && apt add nginx
|
RUN apk update && apk add curl && apk add nginx
|
||||||
|
|
||||||
RUN mkdir -p /opt/seasoned/node_modules
|
RUN mkdir -p /opt/seasoned/node_modules
|
||||||
WORKDIR /opt/seasoned
|
WORKDIR /opt/seasoned
|
||||||
|
|||||||
Reference in New Issue
Block a user