Compare commits
No commits in common. "acf14fbd1d7bd4a97d9170f1a97a3a6f72bd8910" and "12583e6efbef336d1c1635652135d67311502c8a" have entirely different histories.
acf14fbd1d
...
12583e6efb
@ -52,10 +52,6 @@
|
|||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.food-table {
|
|
||||||
max-width: 500px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -4,13 +4,12 @@ ENV LANG cs_CZ.UTF-8
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json .
|
COPY package.json /app
|
||||||
COPY yarn.lock .
|
COPY yarn.lock /app
|
||||||
COPY .env.production .
|
COPY .env.production /app
|
||||||
COPY tsconfig.json .
|
|
||||||
COPY src ./src
|
|
||||||
|
|
||||||
RUN yarn install --frozen-lockfile
|
RUN yarn install --frozen-lockfile
|
||||||
RUN yarn build
|
|
||||||
|
|
||||||
CMD [ "node", "/app/dist/index.js" ]
|
ADD ./dist /app
|
||||||
|
|
||||||
|
CMD [ "node", "/app/index.js" ]
|
Loading…
x
Reference in New Issue
Block a user